home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Visual Database / Visual Foxpro 6.0 (Ent. Edition) / Vf6ent Extractor.EXE / TOOLS / XSOURCE / SOLNHLP.ZIP / Solution / Compiled / Stylesheets / msdn.css < prev   
Encoding:
Cascading Style Sheet File  |  1998-03-02  |  277 b   |  22 lines

  1. BODY {
  2.     font: 10pt "Verdana"}
  3.  
  4. H1, H2, H3 {
  5.     font: 22pt "Verdana";
  6.     font-weight: bold}
  7.  
  8. P  {
  9.     font: 10pt "Verdana";
  10.     color: black}
  11.  
  12. PRE, CODE {
  13.     font: 10pt "courier new"}
  14.     
  15. TD {
  16.     font-size: 10pt }
  17.  
  18. A:LINK {
  19.     color: #990000 }
  20.     
  21. A:VISITED {
  22.     color: #660000 }